Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 654194e6 authored by 65160392's avatar 65160392
Browse files

Edit style.css

parent c3363303
No related branches found
No related tags found
No related merge requests found
...@@ -188,7 +188,8 @@ body { ...@@ -188,7 +188,8 @@ body {
border-left: 4px solid var(--accent-color); border-left: 4px solid var(--accent-color);
margin-bottom: 1rem; margin-bottom: 1rem;
padding: 1rem; padding: 1rem;
background-color: white; background-color: var(--primary-color);
color: white;
border-radius: 8px; border-radius: 8px;
box-shadow: var(--card-shadow); box-shadow: var(--card-shadow);
transition: all 0.3s ease; transition: all 0.3s ease;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment