alpha
Login
or
Join now
danielroe.dev
/
dwaring87-webdev-wedding
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/dwaring87-webdev-wedding. Marissa & David's Wedding Website!
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Add ul bullets
author
David Waring
date
3 years ago
(Jan 19, 2023, 9:11 PM -0500)
commit
bbc74b10
bbc74b105653ec95200c46239d698dfc87cc9c3d
parent
1b5e0869
1b5e086964a5d0498fcd8ed9baf558f695e2ed29
+3
1 changed file
Expand all
Collapse all
Unified
Split
assets
default.css
+3
assets/default.css
View file
Reviewed
···
51
51
@apply bg-emerald-600 text-emerald-100 border-2 border-emerald-800 rounded-md shadow-md p-4;
52
52
}
53
53
54
54
+
ul {
55
55
+
@apply list-disc ml-8;
56
56
+
}
54
57
ol {
55
58
@apply list-decimal ml-8;
56
59
}