mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Update cdn urls
This commit is contained in:
parent
8695e925ba
commit
73143be201
3 changed files with 5 additions and 5 deletions
|
|
@ -40,7 +40,7 @@ Just stick this in your `<head>`:
|
|||
|
||||
### 🌙 Dark Theme:
|
||||
|
||||
`<link rel="stylesheet" href=https://cdn.jsdelivr.net/npm/water.css@2/dist/dark.min.css">`
|
||||
`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/dist/dark.min.css">`
|
||||
|
||||
### ☀ Light Theme:
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ Because of this, you can simply add your own stylesheet to the page and set your
|
|||
This short example will use Water.css, but color all links red:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css/dist/dark.min.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/water.css@2/dist/dark.min.css" />
|
||||
<style>
|
||||
:root {
|
||||
--links: red;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue