alpha
Login
or
Join now
dunkirk.sh
/
smokie
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
feat: add uploaded status color
author
Kieran Klukas
date
1 year ago
(Apr 19, 2025, 9:49 AM -0400)
commit
7c3392c4
7c3392c46e78787f0394f42e7d2c2b5c7ac12e21
parent
54be7ab4
54be7ab4d1a0105fd4b321aa94d97dde8deed4d8
+5
1 changed file
Expand all
Collapse all
Unified
Split
src
features
frontend
styles.css
+5
src/features/frontend/styles.css
Reviewed
···
78
78
color: #1e7e34;
79
79
}
80
80
81
81
+
.status-uploaded {
82
82
+
background: #fff8c1;
83
83
+
color: #f2a30a;
84
84
+
}
85
85
+
81
86
.take-meta {
82
87
margin-bottom: 1rem;
83
88
}