alpha
Login
or
Join now
atpota.to
/
cred.blue
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.
This repository has no description
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
tweak styles
author
damedotblog
date
1 year ago
(Feb 28, 2025, 4:20 PM -0500)
commit
2c535e31
2c535e31705dc3d27e058ccbffe1ecf4fbc25235
parent
fde23f1d
fde23f1dde1ec94b80bc5e650749b03846afde38
+4
-3
3 changed files
Expand all
Collapse all
Unified
Split
src
components
Definitions
Definitions.css
Resources
Resources.css
common
RelatedPagesNav.css
+2
src/components/Definitions/Definitions.css
Reviewed
···
95
95
background-color: var(--navbar-bg);
96
96
color: var(--text);
97
97
transition: background-color 0.3s ease, color 0.3s ease;
98
98
+
font-family: articulat-cf;
98
99
}
99
100
100
101
.toggle-icon {
···
118
119
padding: 15px;
119
120
border-top: 1px solid var(--card-border);
120
121
margin-left: 0px;
122
122
+
font-family: articulat-cf;
121
123
}
122
124
123
125
.definition-item:hover {
-1
src/components/Resources/Resources.css
Reviewed
···
452
452
.resource-card:hover {
453
453
transform: translateY(-4px);
454
454
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
455
455
-
background-color: var(--card-border);
456
455
}
457
456
458
457
.resource-content {
+2
-2
src/components/common/RelatedPagesNav.css
Reviewed
···
10
10
11
11
.related-pages-title {
12
12
padding: 15px;
13
13
-
margin: 0;
13
13
+
margin: 0 !important;
14
14
font-weight: 600;
15
15
color: var(--text);
16
16
border-bottom: 1px solid var(--card-border, #e2e8f0);
···
19
19
20
20
.related-pages-title h3 {
21
21
padding: 15px;
22
22
-
margin: 0;
22
22
+
margin: 0 !important;
23
23
font-weight: 600;
24
24
color: var(--text);
25
25
border-bottom: 1px solid var(--card-border, #e2e8f0);