Skip to content
Snippets Groups Projects
Commit f466eba5 authored by Anthony's avatar Anthony
Browse files

Change background color

parent 703a9376
No related branches found
No related tags found
1 merge request!4Resolve "Démo/Réunion du 16/01 avec Laurence et Sheridan"
Pipeline #2037 failed
...@@ -4,6 +4,8 @@ body { ...@@ -4,6 +4,8 @@ body {
--quizz-backgourd-color: #00000; --quizz-backgourd-color: #00000;
--feedback-sucess-color: lightgreen; --feedback-sucess-color: lightgreen;
--feedback-error-color: #ef5d5d; --feedback-error-color: #ef5d5d;
// To edit HUGO theme colors see macao/themes/macao-hugo-theme/assets/themes/_tetras.scss
} }
// *********************************** // ***********************************
...@@ -71,3 +73,12 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input { ...@@ -71,3 +73,12 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input {
margin-top: 0; margin-top: 0;
} }
} }
// ***********************************
// General look and feel
// ***********************************
.book-page > article {
background-color: white;
padding: 16px;
border-radius: 20px;
}
...@@ -22,7 +22,7 @@ weight = 10 ...@@ -22,7 +22,7 @@ weight = 10
[params] [params]
# (Optional, default light) Sets color theme: light, dark or auto. # (Optional, default light) Sets color theme: light, dark or auto.
# Theme 'auto' switches between dark and light modes based on browser/os preferences # Theme 'auto' switches between dark and light modes based on browser/os preferences
BookTheme = 'auto' BookTheme = 'tetras'
# (Optional, default true) Controls table of contents visibility on right side of pages. # (Optional, default true) Controls table of contents visibility on right side of pages.
# Start and end levels can be controlled with markup.tableOfContents setting. # Start and end levels can be controlled with markup.tableOfContents setting.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment