GithubHelp home page GithubHelp logo

frenemy's People

Contributors

jaxsonwang avatar jaydenforyou avatar ruibaby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

hungway

frenemy's Issues

v1.0.0 变动细节注意要点

资源

请及时更换 app.min.js/app.min.css 文件

布局改动

添加功能

添加搜索和夜晚模式按钮:nav 导航栏菜单

改动检索

请参考:7cec824

其它

日夜模式样式添加:

对于特定的平台会出现特定样式,如果需要支持添加护眼模式的样式,语法很简单。在该主题中最顶级 class[data-theme="dark"],只需要把他当作父类选择器即可:

[data-theme="dark"] section.example {
  background-color: #080808;
  color: #b7b7b7;
}

在黑暗模式中 类名为 example section 页面背景色是 #080808 字体颜色则是 #b7b7b7

如有不明白之前请参考改动检索日志!

$bg-dark-1: #080808 !default; // 深黑色背景色
$bg-dark-2: #252525 !default; // 浅黑色背景色

$dark-font: #b7b7b7 !default; // 字体色

[data-theme="dark"] {
  background-color: $bg-dark-1;
  color: $dark-font;
}

建议使用上面作为默认黑暗模式样式

如有问题请在下列讨论交流!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.