Menu, styling
This commit is contained in:
@ -30,7 +30,7 @@ body {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
&.invert {
|
||||
background-color: $light-gray;
|
||||
background-color: $dark-gray;
|
||||
}
|
||||
}
|
||||
|
||||
@ -69,6 +69,10 @@ img {
|
||||
|
||||
a {
|
||||
color: $dark-pink;
|
||||
|
||||
.invert & {
|
||||
color: $light-pink;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@ -130,11 +134,19 @@ pre {
|
||||
::-moz-selection {
|
||||
background: rgba(49, 30, 62, 0.7);
|
||||
color: #ffffff;
|
||||
|
||||
.invert & {
|
||||
background: rgba(149, 130, 162, 0.7);
|
||||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: rgba(49, 30, 62, 0.7);
|
||||
color: #ffffff;
|
||||
|
||||
.invert & {
|
||||
background: rgba(149, 130, 162, 0.7);
|
||||
}
|
||||
}
|
||||
|
||||
.clearfix::before, .clearfix::after {
|
||||
|
||||
Reference in New Issue
Block a user