From 319c27795d5c596c184fdc9cfe40ed160f8d00c4 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 5 Jun 2022 23:10:59 -0400 Subject: static/peach.css: update comments --- static/peach.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'static/peach.css') diff --git a/static/peach.css b/static/peach.css index 79a501f..b1a4cff 100644 --- a/static/peach.css +++ b/static/peach.css @@ -1,9 +1,7 @@ -/** - * Copyright © 2022 siddharth ravikumar - * SPDX-License-Identifier: ISC - */ +/* Copyright © 2022 siddharth ravikumar */ +/* SPDX-License-Identifier: ISC */ -/** peach **/ +/* Peach */ @font-face { font-family: Roboto; src: url('/static/font/RobotoFlex-Regular.ttf'); @@ -39,7 +37,7 @@ body { } } -/** weather **/ +/* Weather */ .header-container, .main-container { display: flex; @@ -92,7 +90,7 @@ body { color: rgb(10,10,10); } -/** Q2H Timeline **/ +/* Q2H Timeline */ .timeline-container { display: flex; justify-content: center; @@ -114,7 +112,7 @@ body { color: rgb(0,0,0); } -/** BiDaily Timeline **/ +/* BiDaily Timeline */ .bd-timeline-container { display: flex; justify-content: center; @@ -148,7 +146,7 @@ body { font-size: 0.9em; } -/** Search **/ +/* Search */ .search-link-container { position: absolute; right: 10px; @@ -163,7 +161,6 @@ body { color: rgb(0,0,0); } -/** search **/ .search-container .search-form { display: flex; flex-direction: row; -- cgit v1.2.3