-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.css
More file actions
46 lines (35 loc) · 936 Bytes
/
global.css
File metadata and controls
46 lines (35 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@tailwind base;
@tailwind components;
@tailwind utilities;
.prose ul li {
line-height: 1.4em;
padding-bottom: 10px!important;
}
/* This is a custom CSS class for grid layout of the projects to lower top margin */
.grid.grid-cols-1.gap-4.md\:grid-cols-3.items-start.custom-grid-layout{
margin-top:10px!important;
}
.text-edge-outline {
-webkit-text-stroke: 2px rgba(255,255,255,1);
}
button {
width: fit-content !important;
}
header {
display: flex;
justify-content: flex-end;
}
.topicTag {
font: 16px 600 Verdana, Geneva, sans-serif !important;
color: #000000 !important;
background-color: #eaeaea !important;
border: 2px solid #cfcfcf !important;
border-radius: 44px !important;
outline: none !important;
}
.topicTag:hover {
color: #feffff !important;
border: 2px solid #7f7f7f !important;
box-shadow: 0px -2px 0px 1px #feffff !important;
background-color: #424242 !important;
}