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/components/Display/Display.css | |
parent | 7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (diff) |
modified the colorscheme now it looks pog
Diffstat (limited to 'src/components/Display/Display.css')
-rw-r--r-- | src/components/Display/Display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Display/Display.css b/src/components/Display/Display.css index 21a9815..c5917e3 100644 --- a/src/components/Display/Display.css +++ b/src/components/Display/Display.css @@ -59,3 +59,7 @@ $defShadow: 0px 0px 4px #232627; .SummaryDisplay td { font-size: 1.25rem; padding: 0.2rem 0; } + +.SummaryDisplay .grandTotal td { + font-size: 2rem; + color: #FF79C6; } |