Skip to content

Commit b589a05

Browse files
committed
button styling for calls to action
1 parent 1ec0e9b commit b589a05

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

assets/css/main.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,21 @@ footer.content {
7474
ul {
7575
padding-left: 1em;
7676
}
77+
.button-para {
78+
margin: 1em;
79+
a {
80+
text-decoration: none;
81+
padding: 0.65em 1.3rem;
82+
color: white;
83+
background-color: $link-color;
84+
border-radius: 0.4rem;
85+
font-weight: bold;
86+
87+
&:hover {
88+
background-color: darken($link-color, 10%);
89+
}
90+
}
91+
}
7792
}
7893

7994
nav#sidebar-nav-links .active {

lightning.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ title: Lightning Talks
44

55
Lightning talks are 5–10 minutes long, on any topic of interest to other Python people. It doesn't have to be about something that you wrote, it can be something that you learned, or a technique you think other people will be interested in.
66

7-
➡️ **[Propose a lightning talk](https://docs.google.com/forms/d/1ndedcjLoPiq6k_A7Q1eyxHk_8rMKBC-m2CZ6Pg9NlvE/edit)** ⬅️
7+
8+
[Propose a lightning talk](https://docs.google.com/forms/d/1ndedcjLoPiq6k_A7Q1eyxHk_8rMKBC-m2CZ6Pg9NlvE/edit)
9+
{: class="button-para"}
10+
811

912
* You know that thing at work that everyone comes to you for help with? **Talk about that!**
1013

@@ -47,7 +50,9 @@ Things people say when they think they can't do a lightning talk:
4750

4851
**Seriously**: anyone can do a lightning talk.
4952

50-
➡️ **[Propose a lightning talk](https://docs.google.com/forms/d/1ndedcjLoPiq6k_A7Q1eyxHk_8rMKBC-m2CZ6Pg9NlvE/edit)** ⬅️
53+
54+
[Propose a lightning talk](https://docs.google.com/forms/d/1ndedcjLoPiq6k_A7Q1eyxHk_8rMKBC-m2CZ6Pg9NlvE/edit){: class="button-link"}
55+
5156

5257
If you need more encouragement, watch this lightning talk about brewing tea (hint: it's not really about brewing tea):
5358

0 commit comments

Comments
 (0)