Compare commits
2 Commits
355390c64a
...
e4ce651b94
Author | SHA1 | Date |
---|---|---|
luca0N! | e4ce651b94 | |
luca0N! | dfe60c6800 |
|
@ -2,7 +2,7 @@
|
|||
* CSS for luca0N.com, version 3
|
||||
* Main style
|
||||
*
|
||||
* https://git.luca0n.com/luca0N-website.git/
|
||||
* https://git.luca0n.com/luca0N/luca0N-website
|
||||
*/
|
||||
|
||||
body {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* CSS for luca0N.com, version 3
|
||||
* Main style, dark theme
|
||||
*
|
||||
* https://git.luca0n.com/luca0N-website.git/
|
||||
* https://git.luca0n.com/luca0N/luca0N-website
|
||||
*/
|
||||
|
||||
body {
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
* CSS for luca0N.com, version 3
|
||||
* Main style, light theme
|
||||
*
|
||||
* https://git.luca0n.com/luca0N-website.git/
|
||||
* https://git.luca0n.com/luca0N/luca0N-website
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
|
||||
background-color: #ddd;
|
||||
background-color: #eee;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue