Improved contrast and removed unused rules

This commit is contained in:
Sebastian Lay 2020-12-30 02:50:39 +01:00
parent 57cb606723
commit 4e15b204c2
No known key found for this signature in database
GPG Key ID: A699D9B80D6068AA

View File

@ -62,7 +62,7 @@ html {
body { body {
padding: 50px 75px; padding: 50px 75px;
min-width: 460px; min-width: 460px;
background: #ddd; background: #ccc;
text-align: left; text-align: left;
overflow-y: scroll; overflow-y: scroll;
} }
@ -78,7 +78,7 @@ em {
input, button, select { input, button, select {
margin: 0 10px 10px 0; margin: 0 10px 10px 0;
padding: 5px 10px; padding: 5px 10px;
border: 1px solid #ccc; border: 1px solid #bbb;
border-radius: 5px; border-radius: 5px;
background: #fff; background: #fff;
} }
@ -151,7 +151,7 @@ ul {
} }
li { li {
border: 1px solid #ccc; border: 1px solid #bbb;
border-radius: 5px; border-radius: 5px;
display: inline-block; display: inline-block;
margin: 120px 10px 10px 10px; margin: 120px 10px 10px 10px;
@ -244,23 +244,6 @@ p span a:last-child {
margin-right: 0; margin-right: 0;
} }
li a.link {
display: block;
position: absolute;
width: 100%;
left: 0;
right: 0;
bottom: -60px;
background: #fff;
z-index: 2;
border-radius: 0 0 5px 5px;
color: #000;
}
li a.link:active {
background: #ddd;
}
[v-cloak] { [v-cloak] {
display: none; display: none;
} }