Skip to content
Snippets Groups Projects
Commit 8f47badb authored by Rene Roesner's avatar Rene Roesner
Browse files

planning#320: Moved styles semmantically correct into files

parent 7f9327ac
No related branches found
No related tags found
1 merge request!160fit-connect/planning#320 Erweiterung FAQ
...@@ -4,9 +4,7 @@ button { ...@@ -4,9 +4,7 @@ button {
} }
.table-of-contents a { .table-of-contents a {
color: black;
&:hover { &:hover {
color: #3578e5;
text-decoration: none; text-decoration: none;
} }
} }
\ No newline at end of file
...@@ -81,3 +81,10 @@ button:focus, ...@@ -81,3 +81,10 @@ button:focus,
backdrop-filter: blur(3px); backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
} }
.table-of-contents a {
color: black;
&:hover {
color: #3578e5;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment