mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-11 16:44:57 +02:00
Fix the background arrow issue
This commit is contained in:
@@ -44,6 +44,7 @@ a {
|
|||||||
|
|
||||||
/* Hero */
|
/* Hero */
|
||||||
.hero {
|
.hero {
|
||||||
|
--current-background-color: var(--background-color);
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@@ -31,7 +31,7 @@ const Cover: React.FC<{}> = () => {
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: '#FFF',
|
backgroundColor: 'var(--current-background-color, #FFF)',
|
||||||
borderBottom: '1px solid rgba(0, 0, 0, 0.3)',
|
borderBottom: '1px solid rgba(0, 0, 0, 0.3)',
|
||||||
borderRight: '1px solid rgba(0, 0, 0, 0.3)',
|
borderRight: '1px solid rgba(0, 0, 0, 0.3)',
|
||||||
height: '10px',
|
height: '10px',
|
||||||
|
Reference in New Issue
Block a user