Skip to content

Commit 1e9dd67

Browse files
committed
Merge branch 'main' into dev
2 parents 44b5068 + cd1d249 commit 1e9dd67

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

.gitignore

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

config.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Theme Config
88
|--------------------------------------------------------------------------
99
|
10-
| The theme config allows you to configure how LittleLink Custom should treat your theme.
10+
| The theme config allows you to configure how Linkstack should treat your theme.
1111
| All settings can either be set to "true" or "false", unless stated otherwise.
1212
|
1313
| The settings below change how your buttons behave.
@@ -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
/*
@@ -67,4 +67,4 @@
6767

6868

6969

70-
];
70+
];

preview.png

1.4 KB
Loading

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# LittleLink Custom Aurora Theme
2-
Find more themes: https://github.com/JulianPrieber/llc-themes
1+
# LinkStack Aurora Theme
2+
Find more themes: https://linkstack.org/themes/
33

44
* Theme Name: Aurora
55
* Theme Version: 1.7
66
* Theme Date: 2022-07-21
77
* Theme Author: KiwiSin
88
* Theme Author URI: https://me.unraid.nz/@kiwi
99
* Theme License: GPLv3
10-
* Source code: https://github.com/LittleLink-Custom/Aurora
10+
* Source code: https://github.com/LinkStackOrg/Aurora
1111

1212

1313
### Used assets:

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/LinkStackOrg/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)