mirror of
https://github.com/vrana/adminer.git
synced 2026-03-13 08:00:50 +01:00
Changed color of links to make is less flashy
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @author Ondrej Valka, http://valka.info */
|
||||
/** Icons by https://tabler-icons.io/ (https://github.com/tabler/tabler-icons) */
|
||||
body { color: rgb(0, 0, 0); background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: -moz-fit-content; width: fit-content; }
|
||||
a { color: blue; text-decoration: none; }
|
||||
a:visited { color: blue; }
|
||||
a { color: #0051cc; text-decoration: none; }
|
||||
a:visited { color: #0051cc; }
|
||||
a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
|
||||
a.text:hover { text-decoration: none; }
|
||||
a.jush-help:hover { color: inherit; }
|
||||
|
||||
Reference in New Issue
Block a user