fix: adjust color of input field responsively

This commit is contained in:
p2r3
2026-08-16 12:46:51 +03:00
committed by p2r3
parent 7a5f333f48
commit d47b958fc3
2 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -79,10 +79,17 @@
padding: 5px 8px;
border: 0;
outline: 0;
border-bottom: 2px solid darkgray;
border-bottom: 2px solid light-dark(
rgba(0, 0, 0, 0.2),
rgba(255, 255, 255, 0.2)
);
border-radius: 10px;
margin: 10px 0;
font-size: 16px;
background-color: light-dark(
rgba(0, 0, 0, 0.1),
rgba(255, 255, 255, 0.1)
);
}
#output-link-container {
margin: 10px 0 0 0;
+8 -1
View File
@@ -79,10 +79,17 @@
padding: 5px 8px;
border: 0;
outline: 0;
border-bottom: 2px solid darkgray;
border-bottom: 2px solid light-dark(
rgba(0, 0, 0, 0.2),
rgba(255, 255, 255, 0.2)
);
border-radius: 10px;
margin: 10px 0;
font-size: 16px;
background-color: light-dark(
rgba(0, 0, 0, 0.1),
rgba(255, 255, 255, 0.1)
);
}
#output-link-container {
margin: 10px 0 0 0;