Skip to content

Commit

Permalink
Merge pull request #200 from zetxek/update/li-color
Browse files Browse the repository at this point in the history
Update style of `ol`/`ul` items within homepage `section`
  • Loading branch information
zetxek authored Feb 8, 2025
2 parents b300db7 + 2792b8c commit a556fa3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
15 changes: 9 additions & 6 deletions assets/scss/_raditian.scss
Original file line number Diff line number Diff line change
Expand Up @@ -681,22 +681,25 @@ textarea:focus {
display: block;
position: relative;
padding-left: 15px;
font-size: 16px;
font-weight: 300;
color: rgba(0, 0, 0, 0.6);
line-height: 1.24;
margin-bottom: 12px;
text-align: left;
}
.section ol,
.section ul{
padding-left: 1.2rem;
}

.section li::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 10px;
width: 4px;
height: 4px;
border-radius: 2px;
top: 8px;
width: 6px;
height: 6px;
border-radius: 4px;
background-color: #000;
}
.header.collapse.show::before,
Expand Down
4 changes: 0 additions & 4 deletions assets/scss/adritian.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ h4 {
}
}
p {
margin-bottom: 30px;
font-size: 16px;
font-weight: 300;
line-height: 28px;
Expand Down Expand Up @@ -275,9 +274,6 @@ footer_links .nav-item .nav-link::after {
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
color: #fff !important;
}
.section li{
color: $light-text-emphasis-dark !important;
}
.section li::before{
background-color: $light-text-emphasis-dark !important;
}
Expand Down
17 changes: 12 additions & 5 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,24 @@
translation: "Who am I?"

- id: "about_content"
translation: <p class="lead">
translation: '<p class="lead">
Here you can add some information about you. A small excerpt that describes
your experience, for example.
</p>
<p class="lead">
</br>
You explain something about your academic/study background, as well as your
preferred areas of work. Think of this area as context-setting for the experience
that you will describe below. Why did you change jobs? What drove you to take a
new gig? Even if you are not looking for a job, it's a good way to hint about
new gig? Even if you are not looking for a job, its a good way to hint about
what kind of projects you are interested in.
</p>
</br>
You can also add a list of topics, for example:
</br>
<ul>
<li>Topic 1</li>
<li>Topic 2</li>
<li>Topic 3</li>
</ul>
</p>'

- id: "about_button"
translation: "About Me"
Expand Down

0 comments on commit a556fa3

Please sign in to comment.