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.
2 parents 0e27000 + f7b522e commit 8eba5bcCopy full SHA for 8eba5bc
packages/webui/src/client/styles/main.scss
@@ -125,6 +125,12 @@ body {
125
letter-spacing: 0.5px;
126
}
127
128
+// By default an a-tag has underlined text - and Link components are rendered as a-tags
129
+// So the default behaviour set to none, and then we can override it in the components that need it:
130
+a {
131
+ text-decoration: none;
132
+}
133
+
134
:fullscreen ::-webkit-scrollbar {
135
background: #252627;
136
0 commit comments