Skip to content
Snippets Groups Projects
Commit 6f217b3a authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

refactor: define explicit text color

parent e99f4aaf
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,6 @@ body { ...@@ -10,8 +10,6 @@ body {
} }
#app { #app {
color: #2e3436;
.fc { .fc {
.fc-timegrid-now-indicator-line { .fc-timegrid-now-indicator-line {
border-width: 2px 0 0; border-width: 2px 0 0;
......
...@@ -6,6 +6,11 @@ ...@@ -6,6 +6,11 @@
:root { :root {
--primary: theme('colors.gray.800'); --primary: theme('colors.gray.800');
--info: theme('colors.aura.purple'); --info: theme('colors.aura.purple');
--text-color: #2e3436;
}
body {
color: var(--text-color);
} }
header a, header a,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment