Skip to content

Commit b30f8a1

Browse files
committed
"Update theme color and remove unused font-size from footer styles"
1 parent b917c7c commit b30f8a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

styles/theme-base.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:root {
1212
--font-family-sans-serif: "Fira Sans", "Source Sans Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1313
--font-family-mono: "Fira Mono", "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
14-
--dark-grey-color: #2b2b2b;
14+
--dark-grey-color: #333;
1515
--dark-blue-color: #4F5B93;
1616
--medium-blue-color: #7A86B8;
1717
--light-blue-color: #E2E4EF;
@@ -616,7 +616,6 @@ body > footer {
616616
clear: both;
617617
overflow: auto;
618618
line-height:3rem;
619-
font-size: 0.9em;
620619
}
621620
body > footer .footer-content {
622621
margin: 1.5rem auto 0 ;
6.78 MB
Loading

0 commit comments

Comments
 (0)