diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 02:02:17 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 02:02:17 +0900 |
commit | 4fa6f1621b406ce58b91a4ae9a58b392d78b7008 (patch) | |
tree | cdf18a6881b65e57e5a57af443cf5bc54aab806e /static/base.css | |
parent | b2195e98804c404e80a5cc4e649d4e59f0d40be7 (diff) | |
download | phylactery-4fa6f1621b406ce58b91a4ae9a58b392d78b7008.tar.gz |
Abstract template and style
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css new file mode 100644 index 0000000..549ac8f --- /dev/null +++ b/static/base.css @@ -0,0 +1,12 @@ +html { + background-color: black; + font-size: min(max(100%, 2vw), 150%); + margin: auto; +} + +body { margin: 0 } + +a { + color: white; + text-decoration: none; +} |