@eventcatalog/create-eventcatalog 1.1.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
|
|
4
|
+
Stylesheet overrides for EventCatalog.
|
|
5
|
+
There is currently a limit on what can be changed.
|
|
6
|
+
|
|
7
|
+
If you want to override some styles of particular elements, raise an issue for discussion. (https://github.com/boyney123/eventcatalog)
|
|
8
|
+
|
|
9
|
+
Note: Override based on custom selectors / hacks at your own risk. EventCatalog selectors will change over time, which may break your styles.
|
|
10
|
+
use the styles marked with `ec-` for non breaking styling changes
|
|
11
|
+
|
|
12
|
+
*/
|
|
13
|
+
.ec-homepage{
|
|
14
|
+
background:black;
|
|
15
|
+
}
|