diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-06-10 16:52:00 +0800 | 
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-06-10 17:12:17 +0800 | 
| commit | 6baba3a4341cdc4890bd26debc4a1520ad229bac (patch) | |
| tree | 30f905f6e8ba1938d4253a7a29bdffde1bc0234b /www/assets/res/css | |
| parent | b2714684b3aaefdb8c98940a49e47266ff96d15b (diff) | |
| download | crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.tar.gz crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.tar.bz2 crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.zip  | |
chore(www): remove slogan and quotes, simplify greetings.
Diffstat (limited to 'www/assets/res/css')
| -rw-r--r-- | www/assets/res/css/base.css | 18 | ||||
| -rw-r--r-- | www/assets/res/css/home.css | 6 | 
2 files changed, 0 insertions, 24 deletions
diff --git a/www/assets/res/css/base.css b/www/assets/res/css/base.css index c628271..06fcb4b 100644 --- a/www/assets/res/css/base.css +++ b/www/assets/res/css/base.css @@ -70,19 +70,6 @@ nav {    font-size: large;  } -#slogan { -  color: white; -  width: 100%; -  padding: 0.5em 1em; -  text-align: center; -  background-color: dodgerblue; -  user-select: none; - -  & > * { -    user-select: text; -  } -} -  #main-article {    position: relative;    left: 50%; @@ -147,9 +134,4 @@ html[data-theme="dark"] {    & a:visited {      color:#abcac4;    } - -  & #slogan { -    color: var(--body-fg-color); -    background-color: midnightblue; -  }  } diff --git a/www/assets/res/css/home.css b/www/assets/res/css/home.css index 3df42ff..60c9ac7 100644 --- a/www/assets/res/css/home.css +++ b/www/assets/res/css/home.css @@ -1,9 +1,3 @@ -#slogan { -  position: sticky; -  z-index: 1; -  top: 0; -} -  #avatar {    float: right;  }  | 
