Skip to content

Commit

Permalink
+span
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Nov 23, 2021
1 parent c90cb03 commit 078fe45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 6 additions & 3 deletions static/static-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ a
{
color: #202020;
text-decoration: none;
border-bottom: 1px dotted #606870;

border-bottom: 1px dotted #BABECA;
}
a:hover
{
Expand All @@ -36,5 +35,9 @@ hr
margin: 1em 0 1em 0;
height: 1px;
border: 0;
background-color: #606870;
background-color: #BABECA;
}
span
{
color: #BABECA;
}
5 changes: 4 additions & 1 deletion static/static.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ a
color: #BABECA;
text-decoration: none;
border-bottom: 1px dotted #606870;

}
a:hover
{
Expand All @@ -37,4 +36,8 @@ hr
height: 1px;
border: 0;
background-color: #606870;
}
span
{
color: #606870;
}

0 comments on commit 078fe45

Please sign in to comment.