0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Added the CSS code for about.html

This commit is contained in:
B C SAMRUDH 2023-05-17 22:54:16 +05:30 committed by GitHub
parent 2fc3ab42fe
commit 0a947cd400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,3 +260,40 @@ footer {
.page_navigation button:active { .page_navigation button:active {
filter: brightness(1.2); filter: brightness(1.2);
} }
/* Styles for the about page */
.about-container article{
font-size: 1.5rem;
color:var(--fg);
padding-bottom: 10px;
}
.about-container article h1{
color: var(--2);
font-size: 2.8rem;
}
.about-container article div{
padding-bottom: 15px;
}
.about-container a{
color:var(--3);
}
.about-container article h2{
color: var(--3);
font-size: 1.8rem;
padding-bottom: 10px;
}
.about-container p{
color:var(--fg);
font-size: 1.6rem;
padding-bottom: 10px;
}
.about-container h3{
font-size: 1.5rem;
}