1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-31 01:59:59 +02:00

CSS: Add --fg color

This commit is contained in:
Jakub Vrana
2025-03-29 14:51:25 +01:00
parent e4ed78ff7a
commit 6ea34e3b9a
11 changed files with 27 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
html {
--bg: #110236;
--fg: #eee;
}
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);