Skip to content

Commit 2936e04

Browse files
committed
add new scss boilerplates
1 parent cf401b4 commit 2936e04

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

snippets/builtin/bigger_title.scss

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* Snippet Title: Larger course title
3+
* Domain: theme_boost_union
4+
* Scope: course
5+
* Goal: eyecandy
6+
* Description: Make the course titles finally big enough!
7+
*
8+
* @package theme_boost_union
9+
* @copyright 2024 University of Graz
10+
* @author André Menrath <[email protected]>
11+
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
12+
*/
13+
14+
h1 {
15+
font-size: 70px;
16+
}

snippets/builtin/fix_borders.scss

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* Snippet Title: Fix Borders
3+
* Domain: theme_boost_union
4+
* Scope: global
5+
* Goal: bugfix
6+
* Description: Those borders are annoying!
7+
*
8+
* @package theme_boost_union
9+
* @copyright 2024 University of Graz
10+
* @author André Menrath <[email protected]>
11+
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
12+
*/
13+
14+
h1 {
15+
font-size: 70px;
16+
}

snippets/builtin/fix_font.scss

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/**
2+
* Snippet Title: Fix Font
3+
* Domain: theme_boost_union
4+
* Scope: global
5+
* Goal: eyecandy
6+
* Description: Violet fonts are way prettier!
7+
*
8+
* @package theme_boost_union
9+
* @copyright 2024 University of Graz
10+
* @author André Menrath <[email protected]>
11+
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
12+
*/
13+
14+
h1 {
15+
font-size: 70px;
16+
}

0 commit comments

Comments
 (0)