Skip to content

Commit 0e3aaee

Browse files
committed
Revert "Merge pull request #2 from jaschaurbach/main"
This reverts commit 05a9973, reversing changes made to 629dcb6.
1 parent 05a9973 commit 0e3aaee

File tree

10 files changed

+19
-160
lines changed

10 files changed

+19
-160
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
|
4141
*/
4242

43-
'enable_custom_code' => 'true',
43+
'enable_custom_code' => 'false',
4444

4545
// Disable individual files (only applies if above is 'true').
4646
'enable_custom_head' => 'true',
47-
'enable_custom_body' => 'false',
48-
'enable_custom_body_end' => 'false',
47+
'enable_custom_body' => 'true',
48+
'enable_custom_body_end' => 'true',
4949

5050

5151
/*

extra/custom-body-end.blade.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

extra/custom-body.blade.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

extra/custom-head.blade.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

extra/custom-icons/readme.html

Lines changed: 0 additions & 100 deletions
This file was deleted.

preview.png

1.4 KB
Loading

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Find more themes: https://github.com/JulianPrieber/llc-themes
33

44
* Theme Name: Aurora
5-
* Theme Version: 1.6.1
5+
* Theme Version: 1.6
66
* Theme Date: 2022-07-21
77
* Theme Author: KiwiSin
88
* Theme Author URI: https://me.unraid.nz/@kiwi

skeleton-auto.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,21 @@
5555
/* NOTE
5656
html is set to 62.5% so that all the REM measurements throughout Skeleton
5757
are based on 10px sizing. So basically 1.5rem = 15px :) */
58+
59+
html {
60+
font-size: 100%; }
61+
62+
body {
63+
font-size: 18px;
64+
line-height: 24px;
65+
font-weight: 400;
66+
color: white;
67+
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
68+
background: url(https://raw.githubusercontent.com/LittleLink-Custom/Aurora/main/aurora.jpg) no-repeat center center fixed;
69+
-webkit-background-size: cover;
70+
-moz-background-size: cover;
71+
background-size: cover;
72+
}
5873

5974

6075
/* Typography

0 commit comments

Comments
 (0)