mirror of
https://github.com/kognise/water.css.git
synced 2025-08-05 12:48:04 +02:00
Update demo site url
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<h1 align="center">Water.css</h1>
|
||||
<p align="center">🌊 A drop-in collection of CSS styles to make simple websites just a little nicer</p>
|
||||
|
||||
[](https://watercss.netlify.com/)
|
||||
[](https://watercss.kognise.dev/)
|
||||
|
||||
<br>
|
||||
|
||||
@@ -50,7 +50,7 @@ Just stick this in your `<head>`:
|
||||
|
||||
### Other options:
|
||||
|
||||
> ⚡ An interactive version selection is available [on the **demo page**!](https://watercss.netlify.com/#installation)
|
||||
> ⚡ An interactive version selection is available [on the **demo page**!](https://watercss.kognise.dev/#installation)
|
||||
|
||||
#### Enforce a theme and ignore `(prefers-color-scheme)`
|
||||
|
||||
@@ -59,7 +59,7 @@ For the main versions, `dark` or `light` is only treated as a _default theme_: i
|
||||
#### Want to support Internet Explorer?
|
||||
|
||||
Sure, just extend the theme prefix with `-legacy`, e.g. `dark-legacy.min.css`.
|
||||
Be aware that these versions **do not support** [runtime theming](#theming) as they use hard coded values rather than variables. Additionally, if you use a legacy version that is not standalone, we recommend [you add the respective preload tags to improve load times](https://watercss.netlify.com/?legacy#installation).
|
||||
Be aware that these versions **do not support** [runtime theming](#theming) as they use hard coded values rather than variables. Additionally, if you use a legacy version that is not standalone, we recommend [you add the respective preload tags to improve load times](https://watercss.kognise.dev/?legacy#installation).
|
||||
|
||||
#### Unminified builds
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Water.css</title>
|
||||
<link rel="canonical" href="https://watercss.netlify.com/" />
|
||||
<link rel="canonical" href="https://watercss.kognise.dev/" />
|
||||
<meta
|
||||
name="description"
|
||||
content="A drop-in collection of CSS styles to make simple websites like this just a little bit nicer."
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://watercss.netlify.com/" />
|
||||
<meta property="og:url" content="https://watercss.kognise.dev/" />
|
||||
<meta property="og:title" content="Water.css" />
|
||||
<meta
|
||||
property="og:description"
|
||||
@@ -58,7 +58,7 @@
|
||||
"@type": "WebSite",
|
||||
"name": "Water.css",
|
||||
"alternateName": "Water.css",
|
||||
"url": "https://watercss.netlify.com/"
|
||||
"url": "https://watercss.kognise.dev/"
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user