Browse Source

Изменен цвет непосещенных ссылок

master v1.2.1
Krio 4 years ago
parent
commit
4e92d8bb1c
  1. 4
      web/static/styles.css

4
web/static/styles.css

@ -53,6 +53,10 @@ a:hover {
box-shadow:0 5px 10px rgba(0, 0, 0, .15); box-shadow:0 5px 10px rgba(0, 0, 0, .15);
} }
a:link {
color: #2E3E50;
}
a:visited { a:visited {
color: #2E3E50; color: #2E3E50;
} }

Loading…
Cancel
Save