added style for Cookies

This commit is contained in:
Jesse James Isler 2022-03-31 22:10:05 +02:00
parent 3dfaecca41
commit 6baec85d3e
1 changed files with 10 additions and 1 deletions

View File

@ -32,7 +32,8 @@ body::-webkit-scrollbar-thumb {
}
.blurry {
backdrop-filter: blur(7px) !important;
border-top-right-radius: 42px;
backdrop-filter: blur(7px) !important;
}
.sidenav-overlay {
@ -66,3 +67,11 @@ pre code {
.background img {
width: 100%;
}
.center_all_things {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}