Archived
increase contrast
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
padding: 11px 20px;
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.4);
|
||||
font-family: Nova Mono;
|
||||
}
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
border: 0;
|
||||
font-size: 1rem;
|
||||
backdrop-filter: blur(10px);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.4);
|
||||
color: var(--color-text);
|
||||
|
||||
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
gap: .5rem;
|
||||
|
||||
backdrop-filter: blur(10px);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.FeelsLike {
|
||||
|
||||
Reference in New Issue
Block a user