Pretty up the buttons in cookie banner

This commit is contained in:
swagg boi 2021-12-31 18:19:15 -05:00
parent fdc8797ed6
commit 71107185bd

View file

@ -63,13 +63,17 @@ hr {
}
.win95button {
border: 0.25em solid;
border: 0.25em outset;
border-color: #000000;
background-color: #BEBEBE;
padding: 0.75em;
width: 10em;
}
.win95button:active {
border: 0.25em inset;
}
img {
vertical-align: middle;
}