Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
netsplit.uk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mike Jones
netsplit.uk
Commits
0fe83ffd
Verified
Commit
0fe83ffd
authored
Feb 26, 2019
by
Mike Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Selection styles
parent
5a539f21
Pipeline
#196
passed with stages
in 1 minute and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
_typography.scss
themes/netsplit/assets/sass/partials/_typography.scss
+8
-0
page-footer.scss
themes/netsplit/assets/sass/segments/page-footer.scss
+7
-0
No files found.
themes/netsplit/assets/sass/partials/_typography.scss
View file @
0fe83ffd
...
...
@@ -6,6 +6,14 @@ code {
font-family
:
'Fira Mono'
,
monospace
;
}
::selection
{
background
:
hsla
(
152
,
49%
,
82%
,
1
);
}
::-moz-selection
{
background
:
hsla
(
152
,
49%
,
82%
,
1
);
}
#site-title
{
border-bottom
:
1px
solid
$link-inactive
;
font-weight
:
bold
;
...
...
themes/netsplit/assets/sass/segments/page-footer.scss
View file @
0fe83ffd
...
...
@@ -5,4 +5,11 @@
.container
{
padding
:
$big-padding
;
}
-webkit-touch-callout
:
none
;
-webkit-user-select
:
none
;
-khtml-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
}
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