Edit links icon style

merge-requests/8/head
Bob Mottram 2020-10-01 20:51:10 +01:00
parent de97668fd2
commit 093b13d413
3 changed files with 1907 additions and 2 deletions

1905
epicyon-links.css 100644

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ from shutil import copyfile
def getThemeFiles() -> []:
return ('epicyon.css', 'login.css', 'follow.css',
'suspended.css', 'calendar.css', 'blog.css',
'options.css', 'search.css')
'options.css', 'search.css', 'links.css')
def getThemesList() -> []:

View File

@ -5157,7 +5157,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
httpPrefix + '://' + domainFull + \
'/users/' + nickname + '/editlinks' + '">' + \
'<img loading="lazy" alt="" title="" src="/' + \
iconsDir + '/edit.png"/></a>\n' + \
iconsDir + '/edit.png" class="editLinksIcon" /></a>\n' + \
' </center>\n'
linksFilename = baseDir + '/accounts/links.txt'