diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-05 23:10:59 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-05 23:10:59 -0400 |
commit | 319c27795d5c596c184fdc9cfe40ed160f8d00c4 (patch) | |
tree | 62dbd39ef93e4d3b0580f6c876f4039c320f4719 /static/peach.css | |
parent | 2cffd37912a4f63caa0393567d4d6634d710bfa6 (diff) |
static/peach.css: update comments
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 17 |
1 files changed, 7 insertions, 10 deletions
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 <s@ricketyspace.net> - * SPDX-License-Identifier: ISC - */ +/* Copyright © 2022 siddharth ravikumar <s@ricketyspace.net> */ +/* 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; |