mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Merge branch 'master' of https://github.com/srgooglo/comty
This commit is contained in:
commit
14a77a37e1
13
.github/workflows/changelog.yml
vendored
Normal file
13
.github/workflows/changelog.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
name: Create Changelogs
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
create_changelog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Create Changelogs
|
||||
uses: heineiuo/create-changelogs@v0.2.8
|
@ -2,7 +2,7 @@
|
||||
user-select: none;
|
||||
width: 100px;
|
||||
height: 30px;
|
||||
padding: 5px 15px 5px 15px;
|
||||
padding: 5px 15px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
@ -25,7 +25,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gradient {
|
||||
@keyframes gradient {
|
||||
0% { background-position: 14% 0%; }
|
||||
50% { background-position: 87% 100%; }
|
||||
100% { background-position: 14% 0%; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user