aboutsummaryrefslogtreecommitdiff
path: root/static/amethyst.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/amethyst.css')
-rw-r--r--static/amethyst.css25
1 files changed, 22 insertions, 3 deletions
diff --git a/static/amethyst.css b/static/amethyst.css
index 904a2bc..cba224f 100644
--- a/static/amethyst.css
+++ b/static/amethyst.css
@@ -65,13 +65,13 @@ footer {
font-style: italic;
}
-#about-links {
+.links {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
-#about-links > p {
+.links > p {
margin-left: 20px;
white-space: nowrap;
}
@@ -123,6 +123,12 @@ button, input[type="submit"] {
min-width: 100px;
}
+input[type="file"] {
+ font-size: inherit;
+ font-style: italic;
+ cursor: pointer;
+}
+
button:active, input[type="submit"]:active {
background-color: lightblue;
}
@@ -248,7 +254,6 @@ grge {
font-size: smaller;
}
-
.important {
color: cyan !important;
}
@@ -258,6 +263,20 @@ grge {
box-sizing: border-box;
}
+#draw-this {
+ font-size: small;
+}
+
+#img-form {
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+}
+
+.illustration {
+ border-radius: 20px;
+}
+
pre {
background-color: white;
padding: 10px;