B C SAMRUDH commited on
Commit
0a947cd
1 Parent(s): 2fc3ab4

Added the CSS code for about.html

Browse files
Files changed (1) hide show
  1. public/static/themes/simple.css +37 -0
public/static/themes/simple.css CHANGED
@@ -260,3 +260,40 @@ footer {
260
  .page_navigation button:active {
261
  filter: brightness(1.2);
262
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
260
  .page_navigation button:active {
261
  filter: brightness(1.2);
262
  }
263
+
264
+ /* Styles for the about page */
265
+
266
+ .about-container article{
267
+ font-size: 1.5rem;
268
+ color:var(--fg);
269
+ padding-bottom: 10px;
270
+ }
271
+
272
+ .about-container article h1{
273
+ color: var(--2);
274
+ font-size: 2.8rem;
275
+ }
276
+
277
+ .about-container article div{
278
+ padding-bottom: 15px;
279
+ }
280
+
281
+ .about-container a{
282
+ color:var(--3);
283
+ }
284
+
285
+ .about-container article h2{
286
+ color: var(--3);
287
+ font-size: 1.8rem;
288
+ padding-bottom: 10px;
289
+ }
290
+
291
+ .about-container p{
292
+ color:var(--fg);
293
+ font-size: 1.6rem;
294
+ padding-bottom: 10px;
295
+ }
296
+
297
+ .about-container h3{
298
+ font-size: 1.5rem;
299
+ }