diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-26 20:03:02 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-26 20:03:02 +0530 |
commit | 3b2118a7b92748f2cdad266152ddf81010287f04 (patch) | |
tree | 61f50b13d83f84d5e884dbc817d6f3084cd6d0bc /src/styles | |
parent | 7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (diff) |
modified the colorscheme now it looks pog
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/_theme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss index ef6863f..6a37dab 100644 --- a/src/styles/_theme.scss +++ b/src/styles/_theme.scss @@ -23,7 +23,7 @@ $altFG: #FF79C6; $defLink: $defFG; $altLink: $altFG; $defBorderColor: lightgreen; -$altBorderColor: #FF79C6; +$altBorderColor: pink; $tableDefBorderColor: lightblue; $tableAltBorderColor: #FF79C6; |