Skip to content

Commit 824d791

Browse files
authored
style: 💄 color built-ins the same as regular variables (#173)
# Description Color built-ins the same as other variables since we sometimes use built-in names as parameter names and it looks odd that one parameter is colored differently. Before (you barely see the `type` param): <img width="777" height="345" alt="image" src="https://github.com/user-attachments/assets/35d7979f-7ac1-4b80-aea8-0d8796af49cb" /> After: <img width="777" height="345" alt="image" src="https://github.com/user-attachments/assets/804e0940-c7d6-481e-8c2b-8fff3116772a" /> Related to #160. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 903bcb0 commit 824d791

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

custom-styles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
// See the link below for an overview of the available variables
44
// and how to customize them.
55
// https://quarto.org/docs/output-formats/html-themes.html#sass-variables
6+
7+
// Color built-ins the same as regular variables
8+
// since we sometimes use built-in names as parameter names
9+
span.bu {
10+
color: inherit !important
11+
}

0 commit comments

Comments
 (0)