mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-14 07:26:43 +00:00
🖥
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
);
|
||||
}
|
||||
|
||||
.notion-red_background,
|
||||
.notion-purple_background,
|
||||
.notion-pink_background {
|
||||
/* light pink */
|
||||
background-image: linear-gradient(
|
||||
@@ -252,7 +252,8 @@
|
||||
);
|
||||
}
|
||||
|
||||
.notion-blue_background {
|
||||
.notion-blue_background,
|
||||
.notion-gray_background {
|
||||
/* light blue */
|
||||
background-image: linear-gradient(
|
||||
119deg,
|
||||
@@ -263,7 +264,7 @@
|
||||
);
|
||||
}
|
||||
|
||||
.notion-purple_background,
|
||||
.notion-red_background,
|
||||
.notion-orange_background {
|
||||
/* light red */
|
||||
background-image: linear-gradient(
|
||||
@@ -286,8 +287,7 @@
|
||||
);
|
||||
}
|
||||
|
||||
.notion-brown_background,
|
||||
.notion-gray_background {
|
||||
.notion-brown_background {
|
||||
/* dark blue */
|
||||
background-image: linear-gradient(
|
||||
119deg,
|
||||
|
||||
Reference in New Issue
Block a user