diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-08-29 21:49:37 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-08-29 21:49:37 +0200 |
| commit | 38431710cfb1cc1ffd7297085d069be1328f083b (patch) | |
| tree | b28fba3eb891d8e1f383d4faa358ee7f067be93b /static/global.css | |
Add project
Diffstat (limited to 'static/global.css')
| -rw-r--r-- | static/global.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/global.css b/static/global.css new file mode 100644 index 0000000..9410a73 --- /dev/null +++ b/static/global.css @@ -0,0 +1,24 @@ +body { + padding: 3em; +} + +main { + font-family: Times, 'Times New Roman', serif; + font-size: 4em; + font-weight: bold; + margin: 0.1em 0; +} + +a { + color: #ff00ff; +} + +::selection { + color: #fff; + background-color: #f0f; +} + +select { + padding: 0.1em; + margin: 1.2em 0; +} |