diff options
author | chai <chaifix@163.com> | 2022-03-19 12:26:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-19 12:26:19 +0800 |
commit | 627b8e416d138112ad20b1299aca21dccebcd11c (patch) | |
tree | e522a5e7204e81649a36451e31c2c91b1a8342e3 /res/styles.css | |
parent | a90ed9f20c76fbb4b340e51e6ba05500540feba5 (diff) |
*admin music page
Diffstat (limited to 'res/styles.css')
-rw-r--r-- | res/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/styles.css b/res/styles.css index cb0e0a3..6ddcc6e 100644 --- a/res/styles.css +++ b/res/styles.css @@ -16,6 +16,21 @@ body{ float: left; } +#header #login-link{ + float:right; + font-size:12px; + text-decoration: none; + color:black; + display: block; + padding:5px; + margin-left: 5px; +} + +#header #login-link:hover{ + color:white; + background: black; +} + #site_title{ font-size:12px; } |