Browse Source

Styling fixes

undefined
Tomochin 6 years ago
parent
commit
2a1dc08fc4
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      static/styles/sugoi/style.css

+ 1
- 2
static/styles/sugoi/style.css View File

@@ -34,12 +34,11 @@ body {
a { a {
text-decoration: none; text-decoration: none;
border: none; border: none;
color: #0000af;
color: #000045;
} }


a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
color: #1300e6;
} }


button, input[type=button], input[type=submit] { button, input[type=button], input[type=submit] {


Loading…
Cancel
Save