Improve Linux options page styling

This commit is contained in:
hensm
2019-08-31 16:43:06 +01:00
parent de8cc96faf
commit 93f2852e48
3 changed files with 59 additions and 6 deletions

View File

@@ -7,8 +7,8 @@
box-shadow: 0 0 1.5px 1px red;
}
body {
margin: 20px 10px;
#root {
padding: 20px 10px;
}
#form {

View File

@@ -0,0 +1,15 @@
:root {
--border-color: graytext;
--secondary-color: graytext;
}
body {
padding: 20px 0;
}
#root {
background-color: -moz-dialog;
border-radius: 5px;
color: -moz-dialogtext;
overflow: hidden;
}