File tree 3 files changed +48
-0
lines changed
3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments