summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-02-21 16:05:00 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-02-21 16:05:00 -0500
commitf905b6fb1c3e34faaa3014009e994813842a7ffa (patch)
treeda2be0098c43689e43fca049b42c1bb84cdcd14c
parent84bd8df52c342bf809db627ea0463c6809274181 (diff)
Remove nonexistent CSS variable
-rw-r--r--ui/styles/fonts.css90
-rw-r--r--ui/styles/messages.css2
2 files changed, 46 insertions, 46 deletions
diff --git a/ui/styles/fonts.css b/ui/styles/fonts.css
index c72f481..280f8c6 100644
--- a/ui/styles/fonts.css
+++ b/ui/styles/fonts.css
@@ -1,75 +1,75 @@
/*** Roboto ***/
@font-face {
- font-family: 'Roboto';
- src: url('../fonts/Roboto-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- font-display: swap;
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-Regular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
}
@font-face {
- font-family: 'Roboto';
- src: url('../fonts/Roboto-Bold.ttf') format('truetype');
- font-weight: bold;
- font-style: normal;
- font-display: swap;
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-Bold.ttf') format('truetype');
+ font-weight: bold;
+ font-style: normal;
+ font-display: swap;
}
@font-face {
- font-family: 'Roboto';
- src: url('../fonts/Roboto-Italic.ttf') format('truetype');
- font-weight: normal;
- font-style: italic;
- font-display: swap;
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-Italic.ttf') format('truetype');
+ font-weight: normal;
+ font-style: italic;
+ font-display: swap;
}
@font-face {
- font-family: 'Roboto';
- src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
- font-weight: bold;
- font-style: italic;
- font-display: swap;
+ font-family: 'Roboto';
+ src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
+ font-weight: bold;
+ font-style: italic;
+ font-display: swap;
}
/*** Archistico ***/
@font-face {
- font-family: 'Archistico';
- src: url('../fonts/Archistico_Simple.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- font-display: swap;
+ font-family: 'Archistico';
+ src: url('../fonts/Archistico_Simple.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
}
@font-face {
- font-family: 'Archistico';
- src: url('../fonts/Archistico_Bold.ttf') format('truetype');
- font-weight: bold;
- font-style: normal;
- font-display: swap;
+ font-family: 'Archistico';
+ src: url('../fonts/Archistico_Bold.ttf') format('truetype');
+ font-weight: bold;
+ font-style: normal;
+ font-display: swap;
}
/*** FiraCode ***/
@font-face {
- font-family: 'FiraCode';
- src: url('../fonts/FiraCode-Regular.otf') format('opentype');
- font-weight: normal;
- font-style: normal;
- font-display: swap;
+ font-family: 'FiraCode';
+ src: url('../fonts/FiraCode-Regular.otf') format('opentype');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
}
@font-face {
- font-family: 'FiraCode';
- src: url('../fonts/FiraCode-Bold.otf') format('opentype');
- font-weight: bold;
- font-style: normal;
- font-display: swap;
+ font-family: 'FiraCode';
+ src: url('../fonts/FiraCode-Bold.otf') format('opentype');
+ font-weight: bold;
+ font-style: normal;
+ font-display: swap;
}
/*** Overlock ***/
@font-face {
- font-family: 'Overlock';
- src: url('../fonts/Overlock-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- font-display: swap;
+ font-family: 'Overlock';
+ src: url('../fonts/Overlock-Regular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+ font-display: swap;
}
diff --git a/ui/styles/messages.css b/ui/styles/messages.css
index c4ef106..7d0b870 100644
--- a/ui/styles/messages.css
+++ b/ui/styles/messages.css
@@ -51,6 +51,7 @@
.message:hover {
background-color: var(--colour-message-hover-bg);
}
+
.message:hover * {
color: var(--colour-message-hover-text);
}
@@ -112,7 +113,6 @@
.message-body pre {
border: 1px solid #312e81;
border-radius: 0.25rem;
- background-color: var(--colour-message-run-text);
padding: 0.25rem;
}