mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-01 06:33:52 +08:00
website: add to mobile nav
This commit is contained in:
@ -8,7 +8,6 @@ import styles from './styles.module.css';
|
||||
|
||||
const BACKGROUNDS = [
|
||||
styles.backgroundBlue,
|
||||
styles.backgroundGreen,
|
||||
styles.backgroundOrange,
|
||||
styles.backgroundPurple,
|
||||
styles.backgroundRed,
|
||||
|
@ -22,10 +22,6 @@
|
||||
background-image: linear-gradient(39deg, rgb(255, 81, 47), rgb(240, 152, 25));
|
||||
}
|
||||
|
||||
.backgroundGreen {
|
||||
background-image: linear-gradient(198deg, rgb(29, 151, 108), rgb(147, 249, 185));
|
||||
}
|
||||
|
||||
.backgroundBlue {
|
||||
background-image: linear-gradient(153deg, rgb(116, 116, 191), rgb(52, 138, 199));
|
||||
}
|
||||
|
Reference in New Issue
Block a user