Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
some-ori
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
John
some-ori
Commits
359c4e2f
Commit
359c4e2f
authored
Feb 07, 2017
by
John Punzalan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add FR
parent
5318da19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
someori.css
wp-content/themes/someori/library/css/someori.css
+9
-0
someori.less
wp-content/themes/someori/library/less/someori.less
+11
-0
No files found.
wp-content/themes/someori/library/css/someori.css
View file @
359c4e2f
...
...
@@ -347,3 +347,12 @@ footer {
.nav-concept
.nav-active
{
text-decoration
:
underline
;
}
.text-underline
{
text-decoration
:
underline
;
}
a
{
color
:
#949494
;
}
a
:hover
{
color
:
#949494
;
}
wp-content/themes/someori/library/less/someori.less
View file @
359c4e2f
...
...
@@ -153,3 +153,14 @@ footer {
text-decoration: underline;
}
}
.text-underline {
text-decoration: underline;
}
a {
color: #949494;
&:hover {
color: #949494;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment