init: Initial commit
Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
20
assets/scss/_wordpress-header.scss
Normal file
20
assets/scss/_wordpress-header.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
/*!
|
||||
* Theme Name: $REPO_NAME
|
||||
* Template:
|
||||
* Author: prettysunflower
|
||||
* Author URI: https://prettysunflower.moe/
|
||||
* License: Public Domain
|
||||
* Coding style: PER-CS 2.0.0
|
||||
* Version: 1
|
||||
*
|
||||
* -----------------------------------------------------
|
||||
*
|
||||
* WARNING: DO NOT EDIT THE ROOT style.css FILE DIRECTLY
|
||||
* This file is generated by the assets/scss/style.scss
|
||||
* file, edits in this file WILL be erased when we will
|
||||
* update the file from the SCSS. ^^
|
||||
* - Remilia
|
||||
*
|
||||
* -----------------------------------------------------
|
||||
*
|
||||
*/
|
4
assets/scss/fonts.scss
Normal file
4
assets/scss/fonts.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
/* This is a system font stack. Please edit it if you want to use other fonts~ */
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
1
assets/scss/style.scss
Normal file
1
assets/scss/style.scss
Normal file
@@ -0,0 +1 @@
|
||||
@use "wordpress-header";
|
Reference in New Issue
Block a user