-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.ur
18 lines (14 loc) · 870 Bytes
/
style.ur
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
open Bootstrap
con r = _
val fl = _
val css =
{Bootstrap = bless "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
FontAwesome = bless "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css",
FontAwesomeSolid = bless "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/solid.min.css",
FontAwesomeRegular = bless "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/regular.min.css",
DateTimePicker = bless "https://cdn.jsdelivr.net/npm/[email protected]/jquery.datetimepicker.css",
Upo = bless "/style.css"}
val icon = Some (bless "https://www.eecs.mit.edu/sites/all/themes/adaptivetheme/miteecs_adaptive_production/favicon.ico")
fun wrap x = x
val navclasses = CLASS "navbar navbar-expand-md navbar-dark fixed-top bg-dark"
val titleInNavbar = True