diff options
| author | 2022-10-27 22:26:48 +0200 | |
|---|---|---|
| committer | 2022-10-27 22:26:48 +0200 | |
| commit | fc93776071cc06644c8d927d349b6bff7d53d55b (patch) | |
| tree | 33459bcd27a087e6b1a7aa37968acf4c1ef4879e /p/themes/Mapco/mapco.css | |
| parent | a184712ef213ff44f740f62c9166150f639c8337 (diff) | |
Mapco text display improvements (#4711)
* Main font color from blue to regular dark
* newline added at the end of rtl css file
* Text display improvements (code, quotes) + minor UI fixes
* replaced 2 spaces with 1 tab bcz phpcs is whining about that
* make fix-all
* Mapco/base-theme - CSS cleaning
* make fix-all
* PR #4711 cleaning
* Exclude generated CSS from lint check
* Revert exclusion of generated CSS files
Co-authored-by: patjennings <patjennings@MacBook-Pro-de-patjennings.local>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: patjennings <patjennings@macbook-pro-de-patjennings.home>
Co-authored-by: maTh <math-home@web.de>
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 1de73d0e5..f91e08599 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -3,56 +3,56 @@ font-style: normal; font-stretch: normal; font-weight: 400; - src: local("Lato"), url("../fonts/LatoLatin-Regular.woff") format("woff"); + src: url("../fonts/LatoLatin-Regular.woff") format("woff"); } @font-face { font-family: "lato"; font-style: italic; font-stretch: normal; font-weight: 400; - src: local("Lato"), url("../fonts/LatoLatin-Italic.woff") format("woff"); + src: url("../fonts/LatoLatin-Italic.woff") format("woff"); } @font-face { font-family: "lato"; font-style: normal; font-stretch: normal; font-weight: 700; - src: local("Lato"), url("../fonts/LatoLatin-Bold.woff") format("woff"); + src: url("../fonts/LatoLatin-Regular.woff") format("woff"); } @font-face { font-family: "lato"; font-style: italic; font-stretch: normal; font-weight: 700; - src: local("Lato"), url("../fonts/LatoLatin-BoldItalic.woff") format("woff"); + src: url("../fonts/LatoLatin-BoldItalic.woff") format("woff"); } @font-face { font-family: "spectral"; font-style: normal; font-stretch: normal; font-weight: 400; - src: local("Spectral"), url("../fonts/Spectral-Regular.woff") format("woff"); + src: url("../fonts/Spectral-Regular.woff") format("woff"); } @font-face { font-family: "spectral"; font-style: italic; font-stretch: normal; font-weight: 400; - src: local("Spectral"), url("../fonts/Spectral-Italic.woff") format("woff"); + src: url("../fonts/Spectral-Italic.woff") format("woff"); } @font-face { font-family: "spectral"; font-style: normal; font-stretch: normal; font-weight: 700; - src: local("Spectral"), url("../fonts/Spectral-Bold.woff") format("woff"); + src: url("../fonts/Spectral-Bold.woff") format("woff"); } @font-face { font-family: "spectral"; font-style: italic; font-stretch: normal; font-weight: 700; - src: local("Spectral"), url("../fonts/Spectral-BoldItalic.woff") format("woff"); + src: url("../fonts/Spectral-BoldItalic.woff") format("woff"); } /* stylelint-disable property-no-vendor-prefix */ /* FUNCTIONS */ @@ -921,18 +921,18 @@ main.prompt { } .content code, .content.thin code { padding: 2px 5px; - background: #f9fafb; - border: 1px solid #eff0f2; + background: #fde3e3; + color: #e41212; + font-size: 1rem; border-radius: 3px; } .content blockquote, .content.thin blockquote { margin: 0; - padding: 5px 20px; + padding: 0.5rem 1.5rem; background: #f9fafb; display: block; - color: #303136; - border-top: 1px solid #d5d8db; - border-bottom: 1px solid #d5d8db; + color: #5b6871; + border-left: 4px solid #d5d8db; } .content blockquote p, .content.thin blockquote p { margin: 0; @@ -1386,3 +1386,5 @@ a, button.as-link { outline: none; color: #36c; } + +/*# sourceMappingURL=mapco.css.map */ |
