summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/style.css b/style.css
index 270a9d9..be7f968 100644
--- a/style.css
+++ b/style.css
@@ -4,6 +4,7 @@
--ac1: #b575ff;
--ac2: #ff83fd;
--ac3: #ff82b2;
+ font-family: "Ubuntu", sans-serif;
}
img[align="left"] {
@@ -46,6 +47,7 @@ nav a {
background-repeat: no-repeat;
transition: background-size 0.15s linear;
font-style: normal;
+ font-weight: bolder;
}
nav a:hover {
color: #dfe5f3;
@@ -66,9 +68,6 @@ h4 {
font-size: medium;
}
-p, h1, h2, h3, h4, h5, h6, li, summary {
- font-family: "Ubuntu", sans-serif;
-}
h1 {
color: var(--ac1);
}
@@ -130,7 +129,7 @@ input[type="submit"] {
list-style-type: none;
background-color: var(--bg2);
border-radius: 5px;
- margin-top: 1em;
+ margin: 1em;
padding: 1em;
}
.cardlist li h3 {
@@ -143,6 +142,14 @@ input[type="submit"] {
margin-right: 1em;
}
+.cardlistinline {
+ display: block;
+}
+.cardlistinline li {
+ display: inline-block;
+ width: 300px;
+}
+
.status {
display: inline-block;
padding: 0.1em;