summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-07-01 19:46:08 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-07-01 19:46:08 -0400
commit4878f0fc6a039d220dd7adecb18d19c688ae50b0 (patch)
tree993893f1d894aedb350e86c759370c0e8c54c443 /index.css
parent9f968320c83ce79f98006dec71674feff4686e3b (diff)
(mkosarek) Decent SAT description for now
Diffstat (limited to 'index.css')
-rw-r--r--index.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/index.css b/index.css
index 83f2e0c..1154475 100644
--- a/index.css
+++ b/index.css
@@ -2,7 +2,7 @@
Top level styling
************************************/
html {
- background: #eee;
+ background: white;
height: 100%;
overflow: auto;
}
@@ -154,8 +154,9 @@ article {
article > h1 {
width: 100%;
- padding-bottom: 0.25rem;
font-weight: 500;
+ color: #100c08;
+ font-size: 24px;
}
section > p {
@@ -163,11 +164,17 @@ section > p {
}
section > h2 {
- color: #0f3460;
+ color: #2a52be;
font-size: 20px;
font-weight: 500;
}
+section > h3 {
+ color: #003153;
+ font-weight: 500;
+ font-size: 18px;
+}
+
#references a {
color: inherit;
text-decoration: none;