mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-02 19:46:52 +01:00
Added initial code
This commit is contained in:
8
public/stylesheets/style.css
Normal file
8
public/stylesheets/style.css
Normal file
@@ -0,0 +1,8 @@
|
||||
body {
|
||||
padding: 50px;
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; }
|
||||
|
||||
a {
|
||||
color: #00B7FF; }
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
6
public/stylesheets/style.sass
Normal file
6
public/stylesheets/style.sass
Normal file
@@ -0,0 +1,6 @@
|
||||
body
|
||||
padding: 50px
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif
|
||||
|
||||
a
|
||||
color: #00B7FF
|
Reference in New Issue
Block a user