mirror of
https://github.com/pabloquablo/RTA-test.git
synced 2026-03-06 11:17:02 +01:00
a
This commit is contained in:
@@ -2,7 +2,7 @@ body {
|
|||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
background-image: linear-gradient(to bottom right, #f0f0f0, #e0e0e0);
|
background-image: linear-gradient(to bottom right, #f0f0f0, #e0e0e0, #c6c6c6, #999999, #666666, #333333, #000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@@ -28,10 +28,9 @@ h2 {
|
|||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Corrected heading style */
|
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
background-image: none; /* Remove previous background-image */
|
background-image: none;
|
||||||
color: #007bff; /* Set the text color explicitly */
|
color: #007bff;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
Reference in New Issue
Block a user