mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-06-29 20:46:18 +00:00
change theme a bit
This commit is contained in:
@@ -285,7 +285,7 @@ button {
|
||||
}
|
||||
|
||||
[popover]::backdrop {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-color: rgba(49, 49, 49, 0.5);
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
@@ -314,13 +314,13 @@ button {
|
||||
|
||||
.window {
|
||||
border: 2px solid #d0d0d0;
|
||||
border-radius: 0.5rem;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
overflow-y: hidden;
|
||||
padding-top: 1.5rem;
|
||||
min-width: 10rem;
|
||||
background-color: #232222;
|
||||
background-color: rgba(17, 17, 17, 0.95);
|
||||
backdrop-filter: blur(4px);
|
||||
color: #f3f3f3;
|
||||
container-type: normal;
|
||||
&::before {
|
||||
@@ -328,7 +328,7 @@ button {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 1.5rem;
|
||||
height: 1.75rem;
|
||||
width: 100%;
|
||||
border-bottom: #d0d0d0 solid 2px;
|
||||
display: flex;
|
||||
@@ -351,6 +351,6 @@ button {
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 0.75rem;
|
||||
height: 1.5rem;
|
||||
height: 1.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user