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

dark theme font styling

parent 62a696c5
Branches
No related tags found
1 merge request!1Feature/accessibility menu
......@@ -292,7 +292,6 @@ p {
#font-selection ul {
display: flex;
flex-wrap: wrap;
/*justify-content: center;*/
flex-direction: row;
margin: 0;
padding: 0.85rem;
......@@ -306,7 +305,7 @@ p {
}
#font-selection legend {
width: auto;
color: #222;
color: inherit;
padding: 0.2rem 0.7rem;
background-color: inherit;
border: 1px solid #6600ea;
......@@ -447,4 +446,15 @@ p {
#accessibility-options button:hover {
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