Skip to content

Commit d525eef

Browse files
committed
more specialized style
1 parent 0620c6c commit d525eef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ body
5757
{
5858
background: $background-dark !important;
5959
border-color: $background-light !important;
60+
color: $light !important;
6061
}
6162
// emphasized text
6263
strong, em
@@ -74,6 +75,7 @@ footer
7475
}
7576
a
7677
{
78+
border-color: $background-light !important;
7779
text-decoration: none !important;
7880
&:link
7981
{
@@ -82,6 +84,7 @@ a
8284
&:hover,
8385
&:active
8486
{
87+
border-color: $button-border-hover !important;
8588
color: lighten($stress2,10%) !important;
8689
}
8790
&:visited

0 commit comments

Comments
 (0)