Skip to content
Snippets Groups Projects
Commit e24be90f authored by benjamin's avatar benjamin
Browse files

dark theme font styling

parent 62a696c5
No related branches found
No related tags found
1 merge request!1Feature/accessibility menu
...@@ -292,7 +292,6 @@ p { ...@@ -292,7 +292,6 @@ p {
#font-selection ul { #font-selection ul {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
/*justify-content: center;*/
flex-direction: row; flex-direction: row;
margin: 0; margin: 0;
padding: 0.85rem; padding: 0.85rem;
...@@ -306,7 +305,7 @@ p { ...@@ -306,7 +305,7 @@ p {
} }
#font-selection legend { #font-selection legend {
width: auto; width: auto;
color: #222; color: inherit;
padding: 0.2rem 0.7rem; padding: 0.2rem 0.7rem;
background-color: inherit; background-color: inherit;
border: 1px solid #6600ea; border: 1px solid #6600ea;
...@@ -447,4 +446,15 @@ p { ...@@ -447,4 +446,15 @@ p {
#accessibility-options button:hover { #accessibility-options button:hover {
background-color: #8432ee; background-color: #8432ee;
} }
#font-selection {
color: #ccc;
background: #040012;
}
#font-selection ul {
background: #040012;
}
#font-selection legend {
border: 1px solid #6600ea;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment