diff options
Diffstat (limited to 'themes/kvog/assets/css/main.css')
| -rw-r--r-- | themes/kvog/assets/css/main.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/themes/kvog/assets/css/main.css b/themes/kvog/assets/css/main.css deleted file mode 100644 index e0bb58c..0000000 --- a/themes/kvog/assets/css/main.css +++ /dev/null @@ -1,21 +0,0 @@ -@import "components/header.css"; -@import "components/footer.css"; - -body { - color: #222; - font-family: sans-serif; - font-family: Arial, sans-serif; - font-size: 13px; - margin: 1rem; - max-width: 1024px; -} - -a { - color: #00e; - text-decoration: none; -} - -summary { - cursor: pointer; -} - |