aboutsummaryrefslogtreecommitdiff
path: root/app/scss
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-17 15:18:20 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-17 15:18:20 +0100
commit7fef1fb0d21f276a1e6aff68956903c842055654 (patch)
treeaff2032e0931e9bd3b4a51cbef78e22477be76f0 /app/scss
parentcfb92273ff9b3fb22bdfa215fb2912a62f6f0baa (diff)
downloadcheatdb-7fef1fb0d21f276a1e6aff68956903c842055654.tar.xz
Add license to all JS/py files
Diffstat (limited to 'app/scss')
-rw-r--r--app/scss/page.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scss/page.scss b/app/scss/page.scss
index c816b66..ae00dc4 100644
--- a/app/scss/page.scss
+++ b/app/scss/page.scss
@@ -6,7 +6,7 @@ html, body {
margin: 0;
}
-nav, main, #alerts {
+nav, main, #alerts {
width: 90%;
max-width: 960px;
margin: auto;
@@ -57,7 +57,7 @@ nav a:hover {
header {
padding: 20px;
- background: #2988a4;
+ background: #258;
}
header p {