We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85e6b0 commit a4fe72bCopy full SHA for a4fe72b
src/css/base.css
@@ -80,3 +80,7 @@ table {
80
border-collapse: collapse;
81
word-wrap: normal; /* table widths aren't computed as expected when word-wrap is enabled */
82
}
83
+
84
+::placeholder {
85
+ opacity: 0.5;
86
+}
src/css/header.css
@@ -85,6 +85,7 @@ body {
border: 1px solid var(--navbar-button-border-color);
border-left: none;
87
border-radius: 0 0.1em 0.1em 0;
88
+ color: var(--toolbar-font-color);
89
cursor: pointer;
90
font-size: 0.875em;
91
display: flex;
0 commit comments