Improved CSS

This commit is contained in:
Xodrium 2023-02-10 20:08:34 -05:00
parent c725313525
commit a2c9fdcd50
9 changed files with 59 additions and 68 deletions

View file

@ -1,6 +1,7 @@
<style>
#content {
background: var(--dark-1);
background: var(--light-1);
box-shadow: 0px 3px 5px 3px var(--dark-2);
width: min(700px, 90vw);
padding: 20px;
@ -23,6 +24,10 @@
padding: 0;
}
#header {
border-bottom: var(--dark-2) solid 2px;
}
#main {
min-height: 250px;
max-height: 500px;

View file

@ -6,13 +6,14 @@
font-family: 'Open Sans';
border-radius: 0.5rem;
border-radius: 2rem;
margin: 0.2rem;
}
.button a {
color: var(--light-1);
font-weight: bold;
}
</style>

View file

@ -1,7 +1,7 @@
<style>
.votes {
font-weight: bold;
font-size: 1.5rem;
font-size: 0.9rem;
}
.vote-area {
margin-right: 30px;
@ -9,7 +9,7 @@
.button {
width: auto;
height: 35px;
height: 20px;
}
</style>