Opengist Logo 清羽飞扬の代码片段

Explore

  • All gists
  • Topics
  • Users
个人主页 站长博客
Give feedback on the new UI Powered by Opengist ⋅ 13ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
u

uptime

Recently created Least recently created Recently updated Least recently updated
LiuShen

LiuShen / Uptime-Kuma美化代码

Last active 2 months ago css kuma uptime

实现Kuma页面的进一步美化

0 0 1
1 @import url("https://fontsapi.zeoseven.com/488/main/result.css");
2
3 :root {
4 --bs-white: #fff;
5 --bs-dark: #212529;
6 --bs-green: #008000;
7 --bs-danger: #dc3545;
8 --bs-body-bg: #f6f7f9;
9 --bs-blue: #0d6efd;
10 --bg-linear-gradient: linear-gradient(180deg, #f6f6f6, #f8f8f8);