summaryrefslogtreecommitdiff
path: root/web/source/settings/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/style.css')
-rw-r--r--web/source/settings/style.css27
1 files changed, 2 insertions, 25 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css
index a87d4813c..67937bd9e 100644
--- a/web/source/settings/style.css
+++ b/web/source/settings/style.css
@@ -1494,10 +1494,6 @@ button.tab-button {
background: none;
padding: 0;
}
-
- > .info-list-entry > .monospace {
- font-size: large;
- }
}
.action-buttons {
@@ -1520,8 +1516,6 @@ button.tab-button {
white-space: pre;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
- font-family: monospace;
- font-size: large;
}
.closed {
@@ -1539,10 +1533,6 @@ button.tab-button {
background: none;
padding: 0;
}
-
- > .info-list-entry > .monospace {
- font-size: large;
- }
}
}
}
@@ -1551,10 +1541,6 @@ button.tab-button {
.info-list {
margin-top: 1rem;
- > .info-list-entry .monospace {
- font-size: large;
- }
-
> .info-list-entry > dd > button {
font-size: medium;
padding-top: 0;
@@ -1563,10 +1549,6 @@ button.tab-button {
}
}
-.application-new > .form-section-docs > p > .monospace {
- font-size: large;
-}
-
.instance-rules {
list-style-position: inside;
margin: 0;
@@ -1640,8 +1622,7 @@ button.tab-button {
}
dd {
- font-family: monospace;
- font-size: large;
+ font-family: "Noto Sans Mono", monospace;
}
}
}
@@ -1650,10 +1631,6 @@ button.tab-button {
.http-header-permission-details {
.info-list {
margin-top: 1rem;
-
- > .info-list-entry > .monospace {
- font-size: large;
- }
}
}
@@ -1837,5 +1814,5 @@ button.tab-button {
}
.monospace {
- font-family: monospace;
+ font-family: "Noto Sans Mono", monospace;
}