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/_layout.scss | |
| 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/_layout.scss')
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index d0415b0ca..a4aaf6fa8 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -307,20 +307,21 @@ main.prompt { code { padding: 2px 5px; - background: variables.$grey-lighter; - border: 1px solid variables.$grey-light; + background: variables.$code-bg; + color: variables.$code-text; + font-size: 1rem; + // border: 1px solid variables.$alert-light; border-radius: 3px; } blockquote { margin: 0; - padding: 5px 20px; + padding: 0.5rem 1.5rem; background: variables.$grey-lighter; display: block; - color: variables.$main-font-color; - border-top: 1px solid variables.$grey-medium-light; - border-bottom: 1px solid variables.$grey-medium-light; + color: variables.$light-font-color; + border-left: 4px solid variables.$grey-medium-light; p { margin: 0; |
