Skip to content

Commit 6ac3f81

Browse files
committed
squares prettier than circles
1 parent 4b2d78d commit 6ac3f81

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ h2 {
2121
border: 3px solid var(--pyret-run-blue);
2222
}
2323

24+
25+
ul.custom-bullets {
26+
list-style-type: square; /* Options: disc, circle, square, none */
27+
}
28+
2429
a:active, a:focus {
2530
outline: 0;
2631
}

index.html.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ development, and free to use or modify.
184184
Pyret comes with numerous resources that help you create or use great
185185
courses or modules:
186186
187-
◊ul[#:class "mt-3"]{
187+
◊ul[#:class "mt-3 custom-bullets"]{
188188
189189
◊li[#:class "mt-3"]{Our partners at ◊a[#:href "https://www.bootstrapworld.org/"]{Bootstrap}
190190
are the leading designers of ◊em{integrated} computing curricula. All
@@ -212,7 +212,7 @@ with what you're already teaching. Head over to Bootstrap to learn more!}
212212
◊center6{
213213
Pyret comes with numerous resources that help you create a great course:
214214
215-
◊ul[#:class "mt-3"]{
215+
◊ul[#:class "mt-3 custom-bullets"]{
216216
◊li[#:class "mt-3"]{Our book, ◊a[#:href "https://dcic-world.org/"]{◊em{Data-Centric Introduction to Computing}} (DCIC),
217217
gives you a modern introduction to computing education that addresses many of the problems
218218
that affect current curricula. You can read our

0 commit comments

Comments
 (0)