惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
I
InfoQ
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
量子位
博客园 - 叶小钗
月光博客
月光博客
IT之家
IT之家
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享

Mr. Will

Teaching AI When to Stay Silent 不会翻译的话,其实可以不翻译的 Announcing The Vernal Fortnightly 2025 年终总结 Tailwind as a Headwind My Home Page, Reimagined Kickstarting a New Mac Refining My Domain Email 2024:浏览器从 A 到 Z 数模转换:微喷打印影像输出! “严谨”的混乱——数学 2023 年度总结 这不过是个开场 Hello, Tags, Categories, LaTeX and Rainbow! Encrypt it on Your Own! About Comments GitHub's Own Dark Mode! From Now on, I Can't Respond on Weekdays Apple Newsroom's UI is Updated
Theme Cupertino is Updated
Mr. Will · 2020-09-13 · via Mr. Will

A screen shot of theme Cupertino

Apple updated their Newsroom’s UI 2 weeks ago. I’ve updated the UI of theme Cupertino recently.

This new UI is still based on Apple Newsroom’s design. It’s post list cards have rounded corners and hover animation just like this:

A screen shot of theme Cupertino

Theme Cupertino is Updated

This new design is also available in archives page. You can even create one, right in your post in Markdown:

1
2
3
4
5
6
7
8
9
10
<div class="container">
<div class="card">
<div class="cover-img">
<img src="/img/000015.png" alt="A screen shot of theme Cupertino">
</div>
<div class="content">
<p class="title">Theme Cupertino is Updated</p>
</div>
</div>
</div>

Unlike Apple Newsroom, theme Cupertino also supports dark mode which is not supported by Apple.