Skip to content

Commit

Permalink
staff_rules (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pant1limon authored Jan 24, 2025
1 parent 92a417a commit 493da6c
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 64 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import DefaultTheme from 'vitepress/theme'
import './styles/style.css'
import './styles/job_style.css'
import './styles/hobby_style.css'
import './styles/rules_style.css'

export default DefaultTheme
24 changes: 24 additions & 0 deletions docs/.vitepress/theme/styles/rules_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.info-box {
background-color: #0A1C1E;
border-radius: 8px;
padding: 15px;
border: 1px solid #1A3C3D;
color: #6EF38D;
font-family: Arial, sans-serif;
max-width: 600px;
}

.info-box p {
margin: 8px 0;
color: #56C596; /* Verde mai închis pentru text */
line-height: 1.5;
}

.info-box strong {
color: #4CAF50; /* Verde mai intens */
}

.info-box p:first-child {
font-weight: bold;
color: #41D17F; /* Verde mai aprins pentru titlu */
}
Loading

0 comments on commit 493da6c

Please sign in to comment.