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

@@ -6,6 +6,7 @@
*/
html {
--bg: #282a36;
--fg: #f8f8f2;
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&family=Ubuntu:wght@500;700&display=swap');