prototype: decreased rounding

This commit is contained in:
Insert5StarName 2023-10-01 01:20:20 +02:00
parent a782aa5b0e
commit 7a51e2d404
93 changed files with 142 additions and 142 deletions

View file

@ -157,7 +157,7 @@ function showMenu(ev: MouseEvent) {
.hide {
display: block;
position: absolute;
border-radius: 6px;
border-radius: 5px;
background-color: black;
color: var(--accentLighten);
font-size: 12px;
@ -187,7 +187,7 @@ function showMenu(ev: MouseEvent) {
.menu {
display: block;
position: absolute;
border-radius: 999px;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.3);
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));
@ -223,7 +223,7 @@ function showMenu(ev: MouseEvent) {
.indicator {
/* Hardcode to black because either --bg or --fg makes it hard to read in dark/light mode */
background-color: black;
border-radius: 6px;
border-radius: 5px;
color: var(--accentLighten);
display: inline-block;
font-weight: bold;