- 基于Argon主题的WordPress博客主题 - 支持响应式设计和暗色模式 - 包含完整的文章管理和评论系统 - 集成友情链接管理功能 - 支持多种自定义设置选项 - 优化的用户界面和交互体验
19 lines
343 B
CSS
19 lines
343 B
CSS
/**
|
|
* #.# Common SCSS
|
|
*
|
|
* Can include things like variables and mixins
|
|
* that are used across the project.
|
|
*/
|
|
/**
|
|
* #.# Styles
|
|
*
|
|
* CSS for both Frontend+Backend.
|
|
*/
|
|
.wp-block-cgb-block-my-custom-block {
|
|
background: orangered;
|
|
border: 0.2rem solid #292929;
|
|
color: #292929;
|
|
margin: 0 auto;
|
|
max-width: 740px;
|
|
padding: 2rem; }
|