diff --git a/static/static-light.css b/static/static-light.css index 6235572..8592414 100644 --- a/static/static-light.css +++ b/static/static-light.css @@ -24,8 +24,7 @@ a { color: #202020; text-decoration: none; - border-bottom: 1px dotted #606870; - + border-bottom: 1px dotted #BABECA; } a:hover { @@ -36,5 +35,9 @@ hr margin: 1em 0 1em 0; height: 1px; border: 0; - background-color: #606870; + background-color: #BABECA; +} +span +{ + color: #BABECA; } \ No newline at end of file diff --git a/static/static.css b/static/static.css index 16efc07..619b1a3 100644 --- a/static/static.css +++ b/static/static.css @@ -25,7 +25,6 @@ a color: #BABECA; text-decoration: none; border-bottom: 1px dotted #606870; - } a:hover { @@ -37,4 +36,8 @@ hr height: 1px; border: 0; background-color: #606870; +} +span +{ + color: #606870; } \ No newline at end of file