diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-12-27 16:23:15 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-12-27 16:23:15 +0200 |
commit | 34b89f42c737955e510ba058a126b33cba6d2bb6 (patch) | |
tree | fe82e98da2eba276a67ee2e52ce32f876ad0269f /src/css | |
parent | 14f09acce770b29e6b65614f26d0ed14ac77e251 (diff) | |
download | arching-kaos-web-ui-34b89f42c737955e510ba058a126b33cba6d2bb6.tar.gz arching-kaos-web-ui-34b89f42c737955e510ba058a126b33cba6d2bb6.tar.bz2 arching-kaos-web-ui-34b89f42c737955e510ba058a126b33cba6d2bb6.zip |
Minor style changes
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/akn.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/css/akn.css b/src/css/akn.css index a16c1b3..e5e6532 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -16,9 +16,9 @@ body { word-break: break-all; padding: 1%; - background-color: #1a1a1a; font-family: 'Hack Nerd Font'; font-size: medium; + background-color: #1a1a1a; color: #7ef07e; display: block; margin: auto; @@ -39,8 +39,9 @@ div { } p { + word-break: break-word; text-align: justify; - margin: 0px; + /* margin: 0px; */ } a { @@ -80,6 +81,8 @@ a:hover{ #menu a {display:inline-block;} +.footer p { margin: 0px; } + .footer { text-align: center; } |