summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Theme.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-23 22:45:45 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-23 22:45:45 +0100
commit21da228358d9cb9c1129af5df9e81152d1238666 (patch)
treee51a167508652d5103e8d5fec5e2e7b9c205eed1 /site/cleopatra/Theme.org
parentMove plugin-specific SASS rules in Soupault.org (diff)
Explain how equations are rendered offline
Diffstat (limited to 'site/cleopatra/Theme.org')
-rw-r--r--site/cleopatra/Theme.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/cleopatra/Theme.org b/site/cleopatra/Theme.org
index e013ee6..0f8d044 100644
--- a/site/cleopatra/Theme.org
+++ b/site/cleopatra/Theme.org
@@ -68,8 +68,8 @@ $text-fg-color: #505050
$primary-color: black
$todo-bg: #e4d3b3
$todo-fg: #494130
-$remark-bg: #d4f2fc
-$remark-fg: $text-fg-color
+$remark-bg: #c5dbe2
+$remark-fg: #4d575e
*
box-sizing: border-box
@@ -152,7 +152,7 @@ body#default
color: $todo-fg
.REMARK
background: $remark-bg
- background: $remark-fg
+ color: $remark-fg
.TODO, .REMARK
padding: 1em 1em 1em 1em