fix: 🐛 Fixed box shadow on elements

master
Keith Irwin 2023-11-01 10:53:19 -06:00
parent a5ccef9235
commit d43589d6ea
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ main {
font-family: 'RobotoMono', monospace;
}
main, h1, h2, h3, h4, h5, h6, pre, ul, ol, p, table, input, button {
background-color: rgba(2,2,2,.35);
box-shadow: 0 0 calc(.5vh + .5vw) calc(.5vh + .5vw) rgba(2,2,2,.75);
background-color: rgba(2,2,2,.6);
box-shadow: 0 0 calc(.5vh + .5vw) calc(.5vh + .5vw) rgba(2,2,2,.6);
}
.header-anchor {
text-decoration: none;