increase contrast

This commit is contained in:
Georgi Gardev
2023-11-18 18:17:05 +02:00
parent 2b33a70cc1
commit 08333b70bb
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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;
+1 -1
View File
@@ -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 {