Skip to content

Commit 76618a0

Browse files
b256
1 parent eb7ffb4 commit 76618a0

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
### Install From CDN
1515
If you want to quickly add the Punica CSS to your project, you can use the JsDelivr CDN;
1616
```html
17-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@3.x.x/dist/punica.min.css" crossorigin="anonymous">
17+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@latest/dist/punica.min.css" crossorigin="anonymous">
1818
```
1919
for Default Dark Theme;
2020
```html
21-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@3.x.x/dist/punica-dark.min.css" crossorigin="anonymous">
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codeforms/Punica-CSS-Framework@latest/dist/punica-dark.min.css" crossorigin="anonymous">
2222
```
2323
### HTML Markup
2424
For your default setup, add the Punica CSS file to the <head> element of your HTML5 document.
@@ -47,12 +47,4 @@ Punica's API-based structure allows you to create or customize a CSS framework t
4747
* Customizable settings for every component, element, and utility
4848
* Dynamic color scale generation based on specified color variables
4949
* Simple and functional debugging
50-
* Clean and readable code structure
51-
52-
### TODO List
53-
- [x] Default Theme
54-
- [x] Default Dark Theme
55-
- [x] Documentation
56-
- [ ] API Documentation (0%)
57-
- [ ] Starter Templates (65%)
58-
- [ ] Themes (0%)
50+
* Clean and readable code structure

src/themes.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ $themes: (
3030
'primary' : #3266ec,
3131
'success' : #369138,
3232
'warning' : #c17f2a,
33-
'error' : #CC2B52,
34-
'dark' : #393644
33+
'error' : #bd3254,
34+
'dark' : #39414f
3535
),
3636
'border': (
3737
'color' : #cbd3db,
@@ -60,7 +60,7 @@ $themes: (
6060
'primary' : #3266ec,
6161
'success' : #369138,
6262
'warning' : #c17f2a,
63-
'error' : #CC2B52,
63+
'error' : #bd3254,
6464
'dark' : #39414f
6565
),
6666
'border': (
@@ -121,9 +121,6 @@ $themes: (
121121
'hover': (
122122
'color': lighten(#5580ff, 3%)
123123
)
124-
),
125-
'code': (
126-
'color': #bd3254
127124
)
128125
)
129126
),

0 commit comments

Comments
 (0)