aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index a7a1762..81573bf 100644
--- a/style.css
+++ b/style.css
@@ -2,6 +2,8 @@
html, body {
margin: 0;
height: 100%;
+
+ --window-border-radius: 0.3rem;
}
body {
@@ -280,7 +282,7 @@ input[type=submit]:hover {
margin: 0rem;
padding: 0;
box-shadow: 0 0.8rem 1.3rem rgba(0,0,0,0.2);
- border-radius: 0.5rem;
+ border-radius: var(--window-border-radius);
border: 1px solid #b9b9b9;
display: block;
@@ -354,8 +356,6 @@ pre {
.window > h2 {
font-size: 1.3rem;
- border-top-left-radius: 0.5rem;
- border-top-right-radius: 0.5rem;
cursor: grab;
user-select: none;