diff --git a/htdocs/css/general.css b/htdocs/css/general.css index e468ab7..228a3df 100644 --- a/htdocs/css/general.css +++ b/htdocs/css/general.css @@ -1,11 +1,13 @@ + :root { - --h1-font-size: 18px; - --h2-font-size: 17px; - --h3-font-size: 16px; - --default-font-size: 14px; + --h1-font-size: 1.1em; + --h2-font-size: 1.1em; + --h3-font-size: 1em; + --default-font-size: 1em; + --app-header-font-size: 1.5em; + --link-font-size: 0.75em; --h1-color: #64aa82; - --app-header-font-size: 25px; - --default-animation-time: .5s; + --default-animation-time: 0.5s; --default-font-color: #c2c2c2; --default-header-color: #abbacd; --default-amount-color: #a5b3c0; @@ -24,11 +26,11 @@ } .digital { - font-family: "DroidSans", sans-serif; + font-family: "Digital Sans EF Medium", sans-serif; } a { - font-size: 13px; + font-size: var(--link-font-size); } a:link { color: var(--link-color); @@ -258,15 +260,19 @@ select option { .amount { font-family: 'localFixed', monospace; - font-size: 14px; + font-size: var(--default-font-size); } .amount-full { font-family: 'localFixed', monospace; - font-size: 14px; + font-size: var(--default-font-size); } .address { font-family: 'localFixed', monospace; - font-size: 14px; + font-size: var(--default-font-size); +} + +.app-header { + font-size: var(--app-header-font-size); } \ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index 6fedf6c..2c178f2 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,6 @@ + SiaDrive @@ -11,7 +12,7 @@
-

+