V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
Zcyisabigman
V2EX  ›  分享创造

分享一套临时的黑绿色 CSS

  •  
  •   Zcyisabigman · 1 月 30 日 · 942 次点击
    这是一个创建于 62 天前的主题,其中的信息可能已经有所发展或是发生改变。
    1 、首页,开启暗黑模式
    2 、进入设置,自定义 CSS 里,贴入以下 CSS

    :root{
    --box-background-color: rgba(255,255,255, 0.11);
    --box-background-alt-color: rgba(255,255,255,0.15);
    --box-border-color: rgba(255,255,255,0.1);
    --link-color: #858e5a;
    --box-border-focus-color: #858e5a;
    --box-background-hover-color: #858e5a;
    }

    #Top {
    background-color: rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 100;
    }

    #Logo {
    transform: rotateY(180deg);
    }

    body, #Wrapper {
    background-color: black;
    }

    .box {
    .cell {
    border-bottom: 0.5px dashed rgba(255,255,255,0.2);
    }
    }

    .avatar {
    border-radius: 5px !important;
    }

    a.node:active, a.node:link, a.node:visited {
    color: rgba(255,255,255,0.6);
    }
    目前尚无回复
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   3503 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 50ms · UTC 04:45 · PVG 12:45 · LAX 21:45 · JFK 00:45
    ♥ Do have faith in what you're doing.