Skip to content

Commit d64f756

Browse files
Update style.css
1 parent 2c991c8 commit d64f756

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

style.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
:root {
2+
--primary-color: #2c3e50;
3+
--secondary-color: #3498db;
4+
--accent-color: #e74c3c;
5+
--text-color: #34495e;
6+
--background-color: #f8f9fa;
7+
--box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
8+
}
9+
110
.nav-termos {
211
position: fixed;
312
top: 0;
@@ -34,14 +43,6 @@
3443
body {
3544
padding-top: 6rem;
3645
}
37-
:root {
38-
--primary-color: #2c3e50;
39-
--secondary-color: #3498db;
40-
--accent-color: #e74c3c;
41-
--text-color: #34495e;
42-
--background-color: #f8f9fa;
43-
--box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
44-
}
4546

4647
body {
4748
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;

0 commit comments

Comments
 (0)