aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/index.css b/src/index.css
index 910f8af..6f181ab 100644
--- a/src/index.css
+++ b/src/index.css
@@ -23,8 +23,24 @@ body {
padding: 0 10px;
max-width: 900px;
text-align: left;
+ font-size: var(--font-s);
}
-code {
- font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
+button {
+ border-radius: 0;
+ border: none;
+ outline: none;
+ padding: 5px;
+ margin: 0 -5px;
+ background: var(--dark-grey);
+ color: var(--white);
+ font-size: var(--font-s);
+ cursor: pointer;
+ display: flex;
+ flex-flow: row nowrap;
+ align-items: center;
+}
+
+button:hover {
+ text-decoration: underline;
} \ No newline at end of file