mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
bootstrap adjust
Prefer directly changing scss variable at build time
This commit is contained in:
parent
07ac071cd9
commit
b11d5564b3
|
|
@ -3,7 +3,9 @@
|
|||
@use "./lato.scss" as Lato;
|
||||
|
||||
@use "bootstrap" as bs with (
|
||||
$color-mode-type: media-query
|
||||
$color-mode-type: media-query,
|
||||
$link-decoration: none,
|
||||
$link-hover-decoration: none
|
||||
);
|
||||
|
||||
$color_thu_purple_dark: #c353d3;
|
||||
|
|
@ -150,9 +152,6 @@ h6 {
|
|||
}
|
||||
|
||||
a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
-webkit-transition:
|
||||
background-color 0.4s linear,
|
||||
color 0.4s linear,
|
||||
|
|
@ -175,11 +174,6 @@ a {
|
|||
border-color 0.4s linear;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar-default {
|
||||
--bs-navbar-active-color: #{$color_thu_purple};
|
||||
--bs-navbar-hover-color: #{$color_thu_purple};
|
||||
|
|
|
|||
Loading…
Reference in New Issue